|
|
|
|
LastChild Property, ItemClass Class |
Returns the item's last dependent.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property LastChild As ItemClass |
C# |
public ItemClass LastChild { get; } |
C++ |
Property Value
The last child or null/Nothing if the item has no child items.
Comments
The LastChild property returns the item's last dependent.
LastChild returns an item's last direct child item, LastDependent returns the last direct or indirect child item.